github.com/vmihailenco/msgpack/v5.fields.OmitEmpty (method)

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_map.go#L151: 	fields := structFields.OmitEmpty(strct, e.flags&omitEmptyFlag != 0)
		types.go#L155: func (fs *fields) OmitEmpty(strct reflect.Value, forced bool) []*field {